/*header*/

.header{

}

.navbar-inverse{
	/*background:linear-gradient(to bottom, rgba(1,16,47,1),rgba(0,69,176,0));*/
	backgroud:#fff;
 	border:none;
}

.navbar-brand{

  height: 110px;

  padding: 23px 15px;

}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{

    background: none
}

.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover{

}

.navbar-inverse .navbar-nav>li>a>.active{
  	border-bottom: 3px solid #FFF;
}

@media (min-width: 1024px){ 

	.navbar-nav{
		float: right;
	}

	.navbar-nav>li>a{

		padding: 40px 12px 0 12px;

		height: 100px;

		text-align:center;

	}

	.navbar-nav>li>a .nav-en-tit{

		padding-top: 10px;

		color: #A8A8A8;

		font-size: 12px;

		text-transform: uppercase;

	}

}
.navbar-con{
  position: relative;
}
.nav > li{
  position: static
}
.navbar-nav .content{
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  top:100%;
  z-index:2;
  overflow: hidden;
  transition:all .3s .1s;
}
.navbar-nav .content .container{
	padding: 0 30px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(176,176,176,0.3);
}
.navbar-nav > li:hover  .content{
	height: 500px;color:#000;background: #fff;} 
.sub-cate{
	padding: 20px 0;
	height: 250px;
	display: flex;
}
.sub-cate-con .sub-cate-tit{
	color: #3b3e40;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}
.sub-cate-con .sub-cate-tit a{
	color: #3b3e40;
}
.sub-cate-con .sub-cate-desc{
	color: #6c7073;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    padding-right: 13px;
}
.sub-cate-pro .sub-pro-item{
	color: #3b3e40;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    word-break: break-word;
}
.sub-cate-pro .sub-pro-item a{
  color: #3b3e40;
}
@media (min-width: 1200px)

{

	.container {

		padding: 0;

	    width: 1200px;

	}

}

.cate-banner{

	position: relative;

}

.cate-banner .cate-banner-bg{

	padding-top: 75px;

	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.5);

	color: #fff;

}

.cate-banner .cate-banner-tit{

	font-size: 60px;

	position: relative;

	padding-bottom: 35px;

	

}

.cate-banner .cate-banner-tit::before{

	content: "";

	position: absolute;

	left: 50%;

	bottom: 0;

	width:52px;

	margin-left: -26px;

	height:3px;

	background:rgba(255,255,255,1);

}

.cate-banner .cate-banner-zh-tit{

	margin-top: 16px;

	font-size: 23px;

	font-weight: bold;

}

.cate-banner .cate-banner-zh-tit::before{

	content: "";

	position: absolute;

	left: 50%;

	top: 0;

	width:52px;

	margin-left: -26px;

	height:3px;

	background:rgba(255,255,255,1);

}

.cate-banner .cate-banner-desc{

	padding-top: 36px;

	text-transform: uppercase;

	text-align: center;

	line-height: 25px;

	font-size: 12px;

}

.cate-banner .cate-banner-more{

	margin-top: 44px;

	width:46px;

	height:46px;

	background:rgba(255,255,255,0.3);

	border-radius:50%;

	text-align: center;

	line-height: 46px;

}





.cate-list{

	padding:38px 0 20px 0;

	overflow: hidden;

	text-align: center;

}

.cate-list .cate-item{

	position: relative;

	margin-right: 29px;

	margin-bottom: 20px;

	width: 175px;

	height: 48px;

	border:1px solid #565656;

	display: inline-block;

	text-align: center;

	line-height: 48px;

	color: #262626;

	overflow: hidden;

}

.cate-list .cate-item::after{

	content: "";

	position: absolute;

	left: 2px;

	top:2px;

	width: 169px;

	height: 42px;

	border:1px solid #565656;

}

.cate-list .cate-item:nth-of-type(6n){

	margin-right: 0;

}



.cate-tit{

	text-align: center;

}

.cate-tit .cate-zh-tit{

	margin-bottom: 10px;

	padding-bottom: 24px;

	font-size: 30px;

	background: url("../../images/rlzy/tit-bg.png") no-repeat bottom center;

}

.cate-tit .cate-en-tit{

	color: #C3C3C3;

	font-size: 16px;

	text-transform: uppercase;

}

.view-more{

	padding: 50px 0;

	text-align: center;

}

.view-more a{
	display: inline-block;
	width:151px;
	height:41px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(217, 217, 217, 1);
	color: #01A4FF;
	font-size: 16px;
	border-radius: 20px;
	text-align: center;
	line-height: 41px;
}

.my_position{ border-bottom: 1px solid #DFDFDF }

.current-position{
	height: 48px;
	line-height: 48px;
}

.current-position a{
	color: #212121
}


footer{
	background: #000;
	color: #fff;
}
.footer-nav{
	display: flex;
	justify-content: space-around;
	height: 67px;
	line-height: 67px;
	border-bottom: 1px solid #4a4a4a;
	text-align: center;
}
.footer-nav a{
	display: block;
	color: #fff;
	font-size: 15px;
}
.footer-left{
	display: flex;
	align-items: center;
	font-size: 17px;
}
.footer-logo{
	flex-shrink: 0;
	margin-right: 20px;
	
}
.footer-tit{
	font-size: 36px;
}
.footer-intro{
	font-size: 15px;
	padding-top: 25px;
	line-height: 2
}
.footer-tel{
	font-size: 32px;
}
.footer-tel .tit{
	font-size: 15px;
}
.footer-contact{
	padding-top: 20px;
	font-size: 15px;
	line-height: 2;
}
.footer-qrcode .tit{
	line-height: 2
}
.footer-qrcode .qrcode{
	margin-top: 10px;
	display: flex;
	justify-content: center;
}
.footer-qrcode .qrcode-item{
	margin-right: 20px;
}
.footer-qrcode .qrcode-item:last-of-type{
	margin-right: 0
}
.copyright{
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #4a4a4a;
	text-align: center;
	font-size: 15px;
}


#pages { padding:30px 0;text-align:center;font:12px '微软雅黑';}
#pages a { display:inline-block; padding:0px 12px; height:30px;font-size:12px;line-height:28px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 15px; height:30px; line-height:28px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 12px; height:30px; line-height:28px; background:#303030; border:1px solid #303030; color:#fff; text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 12px; height:30px; line-height:28px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

.nav-zh-tit{ padding-bottom: 10px; }

.f16{ font-size: 16px; }
.pd20{ padding-top:20px; }

.fixedconsultation{position: fixed;top:346px;right: -1px;width: 97px;height: 288px;background:#185b67;z-index: 100;}
.fixedconsultation .item{z-index: 10;position: relative;background:#212121; border: 1px solid #2a2a2a;z-index: 100;width: 96px;height: 96px;transition: all 0.5s;}
.fixedconsultation .item:hover{border-color: #477478;background: #0569e1;}
.fixedconsultation .item .txt{width: 88px;height: 88px; border: 1px solid #383939;margin: 4px;transition: all 0.5s; }
.fixedconsultation .item:hover .txt{border-color: #aaa}
.fixedconsultation .item .txt i{color: #aaa;font-size: 30px;text-align: center;margin-top: 18px; display: block;transition: all 0.5s;}
.fixedconsultation .item .txt span{color: #fff;display: block;text-align: center;font-size: 14px;transition: all 0.5s;}
.fixedconsultation .item:hover .txt span,
.fixedconsultation .item:hover .txt i{color:#fff}
.fixedconsultation .gotop{cursor: pointer;}
.wxcotact1:hover~.showcontent1{transform: translate(-160px)}
.wxcotact2:hover~.showcontent2{transform: translate(-160px)}
.showcontent{transition: all 0.5s; position: absolute;top: 0px;left: 0px;width: 160px;height: 288px;background: #353535;z-index: -5;}
.showcontent img{margin: 12px 0 0 17px;display: block;}
.showcontent p{text-align: center;color: #fff;font-size: 14px;}
.showcontent p:nth-of-type(1){margin-top: 12px;}
.showcontent .hr{width: 90%;height: 0;border-top: 1px dashed #4f4f4f;margin: 17px auto;}
.showcontent p:nth-of-type(2),
.showcontent p:nth-of-type(3),
.showcontent p:nth-of-type(4){margin: 10px 0 10px 17px;text-align: left;}
.showcontent p:nth-of-type(2){margin-top: 0}